home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_479 / uucp / uucp113.2.lzh / uucp2 / man / DMail < prev    next >
Text File  |  1990-05-19  |  6KB  |  164 lines

  1.  
  2. NAME
  3.     DMail
  4.  
  5. SYNOPSIS
  6.     DMail        go into mail shell if mail pending
  7.     DMail -O    go into mail shell whether you have mail or not
  8.     DMail path    mail somebody (go directly to mail editor)
  9.     DMail -f file    use a file other than your default mail box
  10.  
  11.     There are other options.  To get a complete list of options
  12.     enter 'DMail -O' at a CLI prompt, then at the mail prompt
  13.     enter the 'help' command.
  14.  
  15.     The file MAN:dmail.help must exist for dmail's online help
  16.     to work!  This file exists in the boot floppy's man directory.
  17.  
  18.     DMail's online help is *EXTENSIVE* and quite flexible.  You need
  19.     only specify a fragment of what you are looking for and the help
  20.     command will do its best to find the appropriate commands.
  21.  
  22.     NOTE: The USER enviroment variable overrides any UULIB:Config based
  23.     enviroment variable.
  24.  
  25. DESCRIPTION
  26.  
  27.     DMail is an interactive mail editor that allows you to
  28.     view and respond to messages in your mail box as well
  29.     as generate new messages from scratch.    DMail has a huge
  30.     number of commands and options ('set' variables) that cannot
  31.     be described in a manual entry like this so I leave those to
  32.     the online help capability.
  33.  
  34.     The basic dmail commands are (and these may be abbreviated):
  35.  
  36.         type  [msgno]    type a message
  37.         reply [msgno]    reply to a message
  38.         Reply [msgno]    reply to a message and include original text
  39.         mail  path        send new mail to somebody
  40.         d      [msgno]    delete a message
  41.         dt            delete current msg and type next one
  42.         db            delete current msg and type previous one
  43.         list        list available messages
  44.  
  45.     These are only a few commands out of many.  Commands like
  46.     mail and reply bring up an interactive editor (default is DME
  47.     but you should be able to use your favorite editor... just
  48.     change the defaults in UULIB:Config).
  49.  
  50.     When sending and replying to email, what you see from the
  51.     editor is pretty much what you get.  If you quit out of the
  52.     editor without saving the email is aborted.  If you save and
  53.     quit from the editor DMail will scan the message and figure
  54.     out who to send it to by extracting addresses out of the
  55.     To:, Cc:, and Bcc: fields.  DMail then runs Sendmail to
  56.     actually send the message (which may wind up queueing it
  57.     via UUCP to somewhere else).
  58.  
  59.     You list the primary recipients of the message in the To:
  60.     field, separated by commas.  you may continue an address
  61.     list like this:
  62.  
  63.         To:     blah, blah, blah, blah, blah,
  64.             blah, blah, blah, blah, blah,
  65.         Cc:
  66.  
  67.     The Cc: field lists carbon-copy recipients of the message...
  68.     people you want to see the message but for which the message
  69.     is not primarily meant for.  This can be left blank or
  70.     deleted.
  71.  
  72.     The Bcc: field lists blind-carbon-copy recipients of the
  73.     message.  Specifically, the message gets sent to these
  74.     people but the Bcc: field itself is NOT propogated, so nobody
  75.     but you knows that the message was also sent to these
  76.     people.
  77.  
  78.     Every message should have a Subject: field, usually a one
  79.     liner that describes the subject of the message.  When replying
  80.     to a message you usually keep the original message's Subject:
  81.     line and prepend an 'Re:' to it... normally you do NOT allow
  82.     Re:'s to build up.  I.E. Re: Re: Re: <original subj> is not
  83.     considered proper.
  84.  
  85.     When using the upper case Reply that includes the original
  86.     text of the message, please prune out as much as you can to
  87.     decrease redundant bandwidth.  The original most likely has
  88.     a copy of the original message anyway and the idea is to
  89.     simply provide a soft reminder to jog the originator's memory.
  90.  
  91.     A BLANK LINE ALWAYS SEPARATES THE HEADER LIST FROM THE MESSAGE
  92.     BODY!!!
  93.  
  94. ADDRESSES
  95.  
  96.     DMail attempts to pick the proper return path when you reply
  97.     to a message and place that path into the To: field for you.
  98.  
  99.     DMail does not always get it right.  Sometimes it is not
  100.     possible to get it right.  Generally, bang (!) only paths
  101.     are safe.  A bang path lists the machines the message to
  102.     reach through with the last field being the user on the
  103.     destination machine.  For example:
  104.  
  105.         To: fubar!uunet.uu.net!overload!dillon
  106.  
  107.     Assuming I talk UUCP to fubar directly my message will be
  108.     sent first to the machine fubar, then the machine uunet,
  109.     then the user 'dillon' on overload.
  110.  
  111.     When at all possible finding a fully domained machine in a path
  112.     makes email all the more reliable.  For example,
  113.  
  114.         To: uunet.uu.net!overload!dillon
  115.  
  116.     This is the path to my amiga.  Note that the first element in the
  117.     path is a fully domain'd machine (an address with dots in it).  If
  118.     your Amiga talks to a machine that understands domains (say you
  119.     connect to a university machine), and assuming you set your
  120.     'DefaultNode' entry in UULIB:Config to this machine, a message
  121.     addressed as above will get to me.
  122.  
  123.             BADLY FORMED ADDRESSES
  124.  
  125.     Unfortunately, USENET and INTERNET addresses do not mix well. On
  126.     the INTERNET and address like this:
  127.  
  128.         a!b!user@foo.com    maps to    foo.com!a!b!user
  129.  
  130.     Whereas the same address in USENET format:
  131.  
  132.         a!b!user@foo.com    maps to    a!b!foo.com!user
  133.  
  134.     If confusion occurs, your best bet is to look at the 'Received:'
  135.     fields in the mail header (the HEADER command in DMail, but read
  136.     the online help for the HEADER command before using it).  These
  137.     fields tell you exactly which machines the message got routed
  138.     through and the order in which it was routed.  Try your best to
  139.     construct a bang (!) only path to the destination.
  140.  
  141.     Sending mail directly to an arbitrary address usually doesn't work
  142.     unless it is fully domained.  For example, mail to
  143.     fnf@fishpond.UUCP (Fred Fish) will fail utterly unless the machine
  144.     you connect to has a smart mailer and runs the UUCP Pathalias. On
  145.     the otherhand, using the path:
  146.  
  147.         <adjacent-big-machine>!cs.utexas.edu!asuvax!mcdphx!estinc!fnf
  148.  
  149.     will work assuming <adjacent-big-machine> understands domains. P.S.
  150.     if your DefaultNode entry in your UULIB:Config file is set properly
  151.     and assuming the later about your connection to the outside world,
  152.     you can just email directly through an arbitrary domained name:
  153.  
  154.         cs.utexas.edu!asuvax!mcdphx!estinc!fnf
  155.  
  156.     Of course, if you have UUCP setup in a small network between a few
  157.     friends and none of you have access to a major USENET node then you
  158.     cannot email outside your little group.
  159.  
  160.     Refer to the Domains manual page for information on using the
  161.     UULIB:Domain file to simplify addressing and to automatically
  162.     route email.
  163.  
  164.